@charset "UTF-8";

* {
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}
img {
  max-width: 100% !important;
}

a {
  text-decoration: none;
  color: #333;
}

#pages{
	margin:20px;
	clear:both;
}
#pages a, #pages span {
  border: 1px solid #f6ab02;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #f6ab02;
  background-color: #f6ab02;
}
ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}
#seahisun .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#seahisun .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#seahisun .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -38px;
  cursor: pointer;
  border-style: solid;
}

.navbar-fixed-top {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.s1,
.s2,
.s3,
.section1,
.section2,
.section3,
.section4,
.section5{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s1 {
  background-image: url(../../images/banner11.jpg);
}
.s2 {
  background-image: url(../../images/banner2.jpg);
}
.s3 {
  background-image: url(../../images/banner31.jpg);
}
.section2 {
  background-image: url(../../images/s2.jpg);
}
.section3 {
  background-image: url(../../images/s3.jpg);
}
.section4 {
  background-image: url(../../images/s4.jpg);
}
.section5 {
  background-image: url(../../images/s5.jpg);
}


a,
a:hover,
a.text-white:hover,
.text-white a:hover {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}

a:hover {
  color: #f3860f !important;
}

.trans {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d22234;
}

/*常用css样式*/
pre {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
}

.form-control,
.input-text,
textarea {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break,
.home-about-time,
.home-about-pro {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-white {
  color: #fff !important;
}
/* 导航 */
.menu-box{
  width: 300px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.language{
  line-height: 28px;
  font-size: 18px;
  width: 50%;
  border-right: 1px solid #fff;
}
.language i{
  font-size: 24px !important;
}
.menue-menu .line{
  width: 40px;
  margin: auto;
}
.text-white a{
  color: #fff;
}
/* 关于我们 */
.banner-c{
	position: relative;
}
.bread{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.bread-c{
  padding: 20px;
  background-color: #f3860f;
  width: 380px;
}
.bread-border{
  border: 1px solid #fff;
  padding: 20px;
}
.bread-title{
  font-size: 32px;
  margin-bottom: 10px;
}
.bread-des{
  font-size: 16px;
}
.about-num{
  background-color: #f3860f;
  padding: 30px 0;
  overflow: hidden;
  font-size: 16px;
  margin:15px 0;
}
.about-num .animateNum{
  font-size: 40px;
  margin-right: 5px;
}
.margin-top-60{
  margin-top: 60px;
}
.text-brand{
  color: #005bac;
}
.about-brand{
  font-size: 32px;
}
.bread-nav{
  background-color: #f3860f;
  padding: 16px 0;
}
.bread-btn{
  margin:10px 15px;
  border: 1px solid #fff;
  padding: 6px 25px;
  display: block;
  float: left;
  border-radius: 17px;
}
.bread-btn-active{
  background-color: #e70015;
}
.bread-btn:hover{
	 background-color: #e70015;
	 color:#fff !important;
}
/* 新闻资讯 */

.news-list{
  overflow: hidden;
  margin-bottom: 30px;
}
.cat-news-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 150px;
  border: 1px solid #ddd;
}
.cat-news-title{
  font-size: 24px;
  margin-top: 10px;
  height:80px;
}
.cat-news-info{
  color: #616161;
  padding: 10px 0;
  overflow: hidden;
}
.cat-news-des{
  line-height: 1.75em;
}
.news-day{
  font-size: 32px;
  padding-top: 8px;
}
.news-year{
  font-size: 18px;
  margin-top: 10px;
}
.cat-news-time{
  padding-top: 10px;
}
.show-news-title{
  font-size: 24px;
}
.show-news-info{
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: .5px;
  padding:20px 0;
}
.show-news-time{
  padding: 15px 0;
  overflow: hidden;
  color: #616161;
}
.next{
  font-size: 16px;
  line-height: 60px;
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
.next span{
  padding: 0 15px;
  background-color: #f5f5f5;
  height: 60px;
  line-height: 60px;
  display: block;
  float: left;
  margin-right:10px;
}
.next:hover span{
  background-color: #f3860f;
  color: #fff;
}
/* 产品 */
.pro-img{
  overflow: hidden;
}
/* @media(min-width:1200px){
	.pro-img{
		height:360px;
	}
} */
.pro-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 360px;
    text-align: center;
}

.pro-img a {
    width: 100%;
    height: 360px;
}

.pro-img a img {
    width: 100%;
    min-height: 360px;
    margin: 0 auto;
}
.pro-title{
  font-size: 24px;
  padding: 10px 0;
  background-color: #fff;
  border-bottom:2px solid #f6ab02;
	float:left;
	margin-bottom:10px;
}
.pro-title a{
	color:#f6ab02;
	/* display:block;
	padding:10px 0;
	border-top:2px solid #f6ab02 */
	font-weight:bold
}
.pro-item-info{
	background-color:#fff;
	padding:0 10px 20px 10px;
}
.pro-item{
	background-color:#fff;
	overflow:hidden;
}
.item-pro-ul{
	line-height:1.75em;
	color:#4a4a4a;
	font-size:16px;
	margin-bottom:15px;
}
#pro{
  padding: 60px 0;
  background-color: #f7f7f7;
}
.pro-item:hover img{
  transform: scale(1.2);
}
.pro-item{
  margin-bottom: 30px;
}
.show-pro-title{
  font-size: 24px;
}
.show-pro-line{
  width: 30px;
  height: 4px;
  background-color: #f3860f;
  margin: 10px 0;
}
.show-pro-des{
  color: #5d5d5d;
  line-height: 2em;
  padding-top: 20px;
  letter-spacing: .5px;
}
/* 资质荣誉 */
.honor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 260px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.honor-container a {
  display: table-cell;
  width: 100%;
  height: 260px;
  vertical-align: middle;
}

.honor-container a img {
  max-width: 100%;
  max-height: 260px;
  margin: 0 auto;
}
.honor-title{
  font-size: 16px;
  border: 1px solid #ddd;
  border-top: none;
  line-height: 40px;
  margin-bottom: 30px;
}
/* 首页 */
.home-brand{
  font-size: 32px;
  color: #f6ab02;
  padding-bottom: 15px;
}
.text-brand2{
  color: #f6ab02;
}
.home-line{
  border-bottom: 4px solid #e8001a;
  width: 200px;
}
.home-about-info{
  font-size: 16px;
  line-height: 2em;
}
.margin-top-30{
  margin-top: 30px;
}
.home-num span{
  font-size: 60px;
}
.home-num{
  font-size: 16px;
  color: #5a5a5a;
  border-right:1px solid #f6ab02;
  padding: 15px 0;
  margin-bottom: 20px;
}
#home-num .home-num:nth-of-type(3),#home-num .home-num:nth-of-type(6){
  border: none;
}
.home-icon img{
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .5;
}
.home-icon img:hover{
  -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;
    opacity: 1;
}
.home-icon-title{
  font-size: 32px;
  font-weight: lighter;
  margin-top: 15px;
}
.home-icon-title-en{
  font-size: 24px;
  font-weight: lighter;
}

.section-bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-right: 1px solid #fff;
}
.section-pro{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
  width:33.333333%;
  float: left;
  position: relative;
  overflow: hidden;
}
.home-icom-p{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -112px;
}
.section3 a:nth-of-type(1):hover .section-pro{
  background-image: url(../../images/pro-bg1.jpg);
}
.section3 a:nth-of-type(2):hover .section-pro{
  background-image: url(../../images/pro-bg2.jpg);
}
.section3 a:nth-of-type(3):hover .section-pro{
  background-image: url(../../images/pro-bg3.jpg);
}
.section3 a:nth-of-type(4):hover .section-pro{
  background-image: url(../../images/pro-bg4.jpg);
}
.section3 a:nth-of-type(5):hover .section-pro{
  background-image: url(../../images/pro-bg5.jpg);
}
.section3 a:nth-of-type(6):hover .section-pro{
  background-image: url(../../images/pro-bg6.jpg);
}
.section-pro-bg{
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/pro-bg.png);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home-pro-title{
  font-size: 32px;
}
.home-pro-title-en{
  font-size: 24px;
}
.home-pro-des{
  font-size: 16px;
  line-height: 32px;
}
.section-pro:hover .section-pro-bg{
  bottom: 0;
}
.section-pro:hover .home-icom-p{
  display: none;
}
.s4-p{
  padding-bottom: 50px;
}
.home-news-list{
  border: 4px solid #fff;
  background-color: #f6ab02;
  padding: 15px;
}
.home-news-title{
  font-size: 18px;
}
.home-news-time{
  padding: 10px 0;
}
.home-news-list:hover{
  background-color: #e50112;
}
.home-pro-nav{
  padding-right: 20px;
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 20px;
}
.home-pro-active{
  color:#f6ab02;
}
.sw-btn{
  margin-top: 20px;
}

.swiper-button-prev1,.swiper-button-next1,
.swiper-button-prev2,.swiper-button-next2,
.swiper-button-prev3,.swiper-button-next3{
  width: 50px;
  background-color: #f6ab02;
  float: left;
  padding: 10px 0;
}
.home-pro-zh{
  font-size: 24px;
}
.home-ind-des{
  padding-top: 15px;
}
.home-ind{
	padding-top:30px;
}
.home-pro-num {
  background-color: #f6ab02;
  padding: 50px 0;
  font-size: 16px;
  height: 100%;
}

.swiper-pagination-total,
.swiper-pagination-current {
  display: block;
  font-size: 24px;
  padding: 15px 0;
}

.home-pro .swiper-pagination {
  position: relative !important;
}

.yline {
  width: 1px;
  height: 80px;
  background-color: #fff;
  margin: auto;
}

.menue-line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 8px;
}

.home-pro-name {
  font-size: 36px;
}

.home-pro-des {
  font-size: 16px;
  padding: 15px 0;
  line-height: 2em;
}


.home-pro-menue {
  margin-top: 50px;
}

.swiper-pro-next,
.swiper-pro-prev {
  top: 95% !important;
}

/* .swiper-pro-next,
.swiper-pro-prev {
  width: 40px !important;
  height: 40px !important;
  background-size: cover !important;
  margin-top: -40px !important;
} */

/* .swiper-pro-next {
  background-image: url(../../images/arr-right.png) !important;
  left: 70px !important;
  right: auto;
}

.swiper-pro-prev {
  background-image: url(../../images/arr-left.png) !important;
} */

.home-ind .swiper-pagination {
  position: relative;
}

.swiper-pagination-fraction {
  color: #fff !important;
}

.text-danger {
  color: #ff5345;
}

.home-ind-des {
  font-size: 18px;
  margin-bottom: 20px;
}
.section5 .text-danger{
  font-size: 32px;
  font-weight: bold;
}
.home-ind{
  overflow: hidden;
  background-color: #fff;
}
.home-join{
  background-color: #fff;
  padding: 50px 0;
}
.home-join-brand{
  font-size: 32px;
  margin-bottom: 30px;
}
.btn-join{
  background-color: #e8001a;
  padding: 10px 35px;
}
.footer-nav{
  /* background-image: url(../../images/footer.jpg); */
  background-color:#f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  font-size: 16px;
}
.footer .link{
  margin-top: 150px;
  font-size: 14px;
  line-height: 32px;
}
.footer-nav-item{
  padding-right: 20px;
}
.footer-contact{
  font-size: 14px;
  padding-top: 10px;
}
.copyright{
  background-color:#f3860f;
  line-height: 50px;
}
/* job */
.cat-job-brand{
  background-color: #f6ab02;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
}
.cat-job-list{
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  cursor: pointer;
}
.culture-title{
  font-size: 24px;
  border-left: 4px solid #f6ab02;
  padding-left: 25px;
  margin: 10px 0;
}
.culture-des{
  color: #ccc;
  line-height: 2em;
  margin-bottom: 30px;
}
.page-about{
	font-size:16px;
	line-height:2em;
}
@media(max-width:768px){
	.container{
		padding:0 30px;
	}
	.copyright{
		line-height:24px;
	}
}
.home-news-des{
	height:60px;
}
.home-ind{
	font-size:24px;
}
.left-ul li{
	line-height:40px;
	font-size:16px;
	border-bottom:1px solid #ddd;
}
.left-title{
	font-size:24px;
	line-height:40px;
	border-bottom:1px solid #ddd;
}
.contact-item{
	border:1px solid #ddd;
	border-radius:4px;
	padding:10px;
	margin-bottom:30px;
}
.contact-title{
	font-size:24px;
}
.contact-info{
	line-height:1.75em;
	padding-top:10px;
	height:106px;
	overflow:hidden;
}
.footer-contact{
	font-size:16px;
	line-height:2em;
}
.foot-cname{
	margin-bottom:10px;
}
#video{
	width:500px;
	height:500px;
	margin:auto;
}
@media(max-width:768px){
	.s1{
		background-image:url(../../images/m1.jpg)
	}
	.s2{
		background-image:url(../../images/m2.jpg)
	}
	.s3{
		background-image:url(../../images/m3.jpg)
	}
	.language,#fp-nav{
		display:none;
	}
	.menue-header-m .menue-menu{
		float:right;
		width:60px;
	}
	.menu-box{
		border:none;
	}
	.home-num span{
		font-size:32px;
	}
	.home-pro-name{
		font-size:24px;
	}
	.home-pro-des{
		font-size:14px;
	}
	.home-pro-img{
		max-height:150px;
	}
	.s4-p,.home-line{
		margin-bottom:20px;
	}
	.s4-p{
		padding-bottom:0;
	}
}
.loading{
        width: 100px;
        height: 100px;
        position: relative;
    }
    .loading::before,.loading::after{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        background: #000;
        border-radius: 50%;

        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        animation: toBig 1s linear infinite;
    }
    .loading::after{
        animation-delay: 0.5s;
    }
    @keyframes toBig {
        0%{
            width: 0;
            height: 0;
            opacity: 1;
        }
        100%{
            width: 50px;
            height:50px;
            opacity: 0;
        }
    }
    .site-welcome{
        display: none;
        justify-content:center;
        align-items:center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
        z-index: 1;
		z-index:9999;
    }
    .site-welcome.active{
        display:flex;
    }
	@media(max-width:768px){
		.home-icon-title{
			font-size:22px;
		}
		.home-icom-p{
			padding:0 30px;
		}
		.home-icon-title-en{
			font-size:16px;
		}
		.home-ind{
			padding-top:0;
		}
		.home-pro-img img{
			max-height:120px;
			display:block;
			margin:auto;
		}
		.home-pro-name,.home-ind{
			font-size:18px;
		}
		.bread{
			display:none;
		}
		.bread-btn{
			margin:5px 15px 5px 5px;
		}
		.about-brand{
			line-height:1.75em;
		}
		.honor-container,.honor-container a{
			height:150px;
		}
		.honor-container a img{
			max-height:140px;
		}
		.culture-title{
			font-size:18px;
			padding-left:10px;
		}
		.culture-des{
			margin-bottom:15px
		}
		.ind-img img{
			max-height:200px;
			display:block;
			margin:auto;
		}
		.text-day{
			display:none;
		}
	}
	.honor-title,.word-break{
		word-break:keep-all; 
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
	}
	.ind-title{
		font-size:16px;
		margin-bottom:15px;
		border-left:4px solid #f6ab02;
		padding-left:10px;
		margin-top:10px
	}
	/* 2020年7月23日09:05:38 */
	.btn-cus{
		padding-left:35px;
		padding-right:35px;
		border-radius:17px;
	}
@media(max-width:768px){
	.section-pro{
		height:260px;
	}
	.section-pro-bg{
		display:none;
	}
	.home-about-info{
		overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  -webkit-line-clamp: 6;
	}
	.section2 .btn-cus{
		margin-bottom:15px;
	}
	.swiper-pro-next, .swiper-pro-prev {
		top: 90% !important;
	}
	.section4{
		height:auto !important;
	}
}